|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.vtp.desktop.core.dialogs.FramedDialog
org.eclipse.vtp.desktop.core.dialogs.MultiPageFramedDialog
org.eclipse.vtp.desktop.model.core.configuration.ComponentPropertiesDialog
public class ComponentPropertiesDialog
This is the generic dialog that is used to display and edit the properties of a module instance included in a call flow. This dialog is typically accessed from the "Properties" option of the module's context menu or by double-clicking the module itself. The properties are organized into pages. The list of available pages is displayed in the navigation bar located on the left side of the dialog. The selected page is presented in the main content area of the dialog. The dialog offers two buttons: Ok and Cancel. The Cancel button is used to discard any changes made to the module properties while this dialog was open. The Ok button will cause all changes to be saved for the module. The propigation of changes to other interested parties is left up to the pages or the opener of this dialog.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.jface.window.Window |
|---|
org.eclipse.jface.window.Window.IExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jface.window.Window |
|---|
CANCEL, OK |
| Constructor Summary | |
|---|---|
ComponentPropertiesDialog(BrandManager brandManager,
org.eclipse.swt.widgets.Shell parentShell)
Creates a new ComponentPropertiesDialog instance. |
|
| Method Summary | |
|---|---|
void |
addPage(ContentPage page)
|
protected void |
cancelPressed()
|
void |
contextSelectionChanged(Brand brand,
java.lang.String interactionType,
java.lang.String language)
|
protected void |
createDialogContents(org.eclipse.swt.widgets.Composite parent)
|
protected void |
handleShellCloseEvent()
|
protected boolean |
processOk()
|
| Methods inherited from class org.eclipse.vtp.desktop.core.dialogs.MultiPageFramedDialog |
|---|
createButtonBar, createSideBar, getPages, okPressed, selectionChanged, setCanFinish |
| Methods inherited from class org.eclipse.vtp.desktop.core.dialogs.FramedDialog |
|---|
create, createContents, getFrameColor, getParentShell, getSideBarColor, getSideBarControl, getSideBarSize, getTitle, setFrameColor, setSideBarColor, setSideBarControl, setSideBarSize, setTitle |
| Methods inherited from class org.eclipse.jface.window.Window |
|---|
canHandleShellCloseEvent, close, configureShell, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getInitialLocation, getInitialSize, getLayout, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, initializeBounds, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentPropertiesDialog(BrandManager brandManager,
org.eclipse.swt.widgets.Shell parentShell)
ComponentPropertiesDialog instance.
parentShell - The SWT shell object which will serve as the
parent window of this dialogpage - The current canvas of the selected voice application editor| Method Detail |
|---|
protected boolean processOk()
processOk in class MultiPageFramedDialogprotected void cancelPressed()
cancelPressed in class MultiPageFramedDialogprotected void handleShellCloseEvent()
handleShellCloseEvent in class org.eclipse.jface.window.Windowprotected void createDialogContents(org.eclipse.swt.widgets.Composite parent)
createDialogContents in class MultiPageFramedDialog
public void contextSelectionChanged(Brand brand,
java.lang.String interactionType,
java.lang.String language)
contextSelectionChanged in interface ConfigurationContextSelectorListenerpublic void addPage(ContentPage page)
addPage in class MultiPageFramedDialog
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||